UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must require passwords to contain at least one special character.


Overview

Finding ID Version Rule ID IA Controls Severity
V-11973 GEN000640 SV-27123r1_rule IAIA-1 IAIA-2 Medium
Description
To enforce the use of complex passwords, minimum numbers of characters of different classes are mandated. The use of complex passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques. Complexity requirements increase the password search space by requiring users to construct passwords from a larger character set than they may otherwise use.
STIG Date
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2016-06-22

Details

Check Text ( C-28041r1_chk )
Check the MINSPECIAL setting.
# grep MINSPECIAL /etc/default/passwd
If the MINSPECIAL setting is less than 1, this is a finding.
Fix Text (F-24389r1_fix)
Edit /etc/default/passwd and set MINSPECIAL to 1.